]> dgit.raspbian.org Git - jacktrip.git/commitdiff
Prevent buildsystem from gzipping manpages
authorDebian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Wed, 2 Sep 2026 14:58:09 +0000 (16:58 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 2 Sep 2026 14:58:09 +0000 (16:58 +0200)
Origin: Debian
Forwarded: not-needed
Last-Update: 2023-09-25

dh_installman does this for us
Last-Update: 2023-09-25
Gbp-Pq: Name dont_compress_manpages.patch

meson.build

index 65bdd95a9bb394ef51776a840dab4cbe1e7b3c0f..bfdd61b7c8cd0c5684e4c66731aa6cec6c66eb6e 100644 (file)
@@ -548,7 +548,7 @@ if (host_machine.system() == 'linux')
                        command: [help2man, help2man_opts, '--output=@OUTPUT@', jacktrip],
                        install: not gzip.found(),
                        install_dir: get_option('mandir') / 'man1')
-               if gzip.found()
+               if gzip.found() or false
                        custom_target('jacktrip.1.gz',
                                input: manfile,
                                output: 'jacktrip.1.gz',